Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move stb resize function to Cesium namespace #871

Merged
merged 2 commits into from
May 1, 2024
Merged

Move stb resize function to Cesium namespace #871

merged 2 commits into from
May 1, 2024

Conversation

csciguy8
Copy link
Contributor

@csciguy8 csciguy8 commented May 1, 2024

Certain STB functions (image processing) are implemented in cesium-native libs, but can also conflict with STB implementations in the native client.

This recently happened with cesium-unreal and Unreal Engine 5.4, but can happen with others as well.

One solution to this problem is to move any related functions into an isolated namespace. This is what I've done in this PR. Should have no effect on the functionality of cesium-native, just how it links with other libraries.

@csciguy8 csciguy8 requested a review from kring May 1, 2024 01:39
@kring kring merged commit cd67f6f into main May 1, 2024
14 checks passed
@kring kring deleted the isolate-stb branch May 1, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants